Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Update Bouncycastle to 1.77.0 #5027

Merged
merged 5 commits into from
Jan 8, 2024
Merged

Conversation

MMaiero
Copy link
Contributor

@MMaiero MMaiero commented Nov 27, 2023

Note: We are using the Conventional Commits convention for our pull request titles. Please take a look at the PR title format document for the supported types and scopes.

Brief description of the PR. [e.g. Added null check on object to avoid NullPointerException]

Related Issue: #5025

Description of the solution adopted: A more detailed description of the changes made to solve/close one or more issues. If the PR is simple and easy to understand this section can be skipped

Screenshots: If applicable, add screenshots to help explain your solution

Manual Tests: Optional description of the tests performed to check correct functioning of changes, useful for an efficient review

Any side note on the changes made: Description of any other change that has been made, which is not directly linked to the issue resolution [e.g. Code clean up/Sonar issue resolution]

@MMaiero MMaiero requested a review from nicolatimeus November 27, 2023 15:11
@@ -124,11 +124,11 @@ This project leverages the following third party content.
* maven/mavencentral/org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-expression/4.3.20.RELEASE_1, Apache-2.0, approved, CQ16242
* maven/mavencentral/org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-jms/4.3.20.RELEASE_1, Apache-2.0, approved, CQ16243
* maven/mavencentral/org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-tx/4.3.20.RELEASE_1, Apache-2.0, approved, CQ16244
* maven/mavencentral/org.bouncycastle/bcpg-jdk18on/1.71, Apache-2.0, approved, #2665
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The referenced iplab issues probably need update

@MMaiero
Copy link
Contributor Author

MMaiero commented Nov 27, 2023

@salvatore-coppola
Copy link
Contributor

@MMaiero why do we choose 1.74 and not 1.77 released two weeks ago ?

@MMaiero
Copy link
Contributor Author

MMaiero commented Nov 27, 2023

It is the minimal requirement to solve the reported CVEs. And more likely to already been approved

@MMaiero MMaiero force-pushed the upgrade_bouncycastle branch from 0a82ad8 to 2604557 Compare December 20, 2023 15:16
@MMaiero MMaiero changed the title build: Update Bouncycastle to 1.74.0 build: Update Bouncycastle to 1.77.0 Dec 20, 2023
@MMaiero
Copy link
Contributor Author

MMaiero commented Jan 3, 2024

@salvatore-coppola @nicolatimeus Ok to merge?

@salvatore-coppola
Copy link
Contributor

@salvatore-coppola @nicolatimeus Ok to merge?

fine with me

org.bouncycastle.openpgp;version="1.71.0",
org.bouncycastle.openpgp.jcajce;version="1.71.0",
org.bouncycastle.openpgp.operator.jcajce;version="1.71.0",
org.bouncycastle.util;version="1.68.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to update also the following versions for consistency?

 org.bouncycastle.openpgp;version="1.71.0",
 org.bouncycastle.openpgp.jcajce;version="1.71.0",
 org.bouncycastle.openpgp.operator.jcajce;version="1.71.0",

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh! I have missed that!
I'll do it now

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@nicolatimeus nicolatimeus merged commit a73c7af into develop Jan 8, 2024
6 checks passed
@nicolatimeus nicolatimeus deleted the upgrade_bouncycastle branch January 8, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants